home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Communications / General / Ircle 1.3.5 / ircle 1.3.5 / ircle 1.3.5.rsrc / TEXT_128_ircle Help.txt < prev    next >
Text File  |  1993-07-22  |  12KB  |  174 lines

  1. Help for ircle
  2. ==============
  3.  
  4. This is ircle, a Macintosh-based, windowed user interface to the Internet Relay Chat (IRC) network. 
  5.  
  6. This window contains:
  7. 0. Brief Overview on IRC
  8. 1. ircle Basics and Windows
  9. 2. IRC Commands and ircle Menus
  10. 3. Hints & Advice
  11. 4. General notes, Copyright Notice
  12.  
  13. ------------------------
  14. 0. Brief Overview on IRC
  15. ------------------------
  16. (If you know IRC, skip this section)
  17. IRC is a multi-user online chatting system. It allows users to talk to other users all around the world via the Internet. This is done by connecting a 'client' program (such as this one) to a 'server'. You need a connection to any network connected to the Internet and running TCP/IP, and the MacTCP network driver. You have to find out your preferred server (usually the nearest) and enter this into the Preferences dialog. The port number used by IRC servers is usually 6667.
  18. On IRC, users are identified by nicknames of their own choice. Nicknames may be at most 9 characters long.  The nickname is set via preferences or the NICK command (s.b.) If you choose a nickname already in use, you have to set a different nick. Some users have registered their nicknames with the NickServ database. If you get a message from NickServ that your nick is in use, please choose another.
  19. Communication on IRC is done via Channels and Private Messages. Channels have names starting with # and usually up to 12 characters long. You can see a list of the channels currently in use via the /LIST command. As soon as you join a channel with the /JOIN command, everything you type is sent to that channel and seen by all other users on that channel. You will see what the others type, respectively.
  20.  
  21. ---------------------------
  22. 1. ircle Basics and Windows
  23. ---------------------------
  24. ircle has a user interface similar to the traditional text-oriented IRC clients. If you know IRC, you will find it familiar. At the bottom of the screen is the input line in an own small window which also carries a line of status information. Everything you type will appear in the input line. When you press Return, the line gets sent to the current channel or, if it contains a command, that command is processed. A line is considered command if it starts with a '/' (slash). You can change this character with the /CMDCHAR command. See Section 2 on commands.
  25. You connect to the server via Open conection in the File menu. When the connection to the server is established, the main message window will appear. This window has your nickname in the title bar. 
  26. As soon as you join a channel, a channel window will appear with the channel name as its title. All communication done in that channel will appear in that window. If you close this window, you leave the channel.
  27. Querying a user (s.b.) will open a user window. All private messages from and to that user will appear in this window.
  28. You can switch between windows using the mouse or Command-, (comma) key. The destination of text that you type is always determined by the frontmost window, i.e. the text goes to the channel or user whose name is the frontmost window's title.
  29. The number of windows open at a time is limited only by your computer's memory and your capability of listening at many sources at a time :-)
  30. All messages not coming from or related to a channel or queried user will appear in the main message window. That can include long lists from certain commands. You can skip these by pressing Command-. (dot).
  31.  
  32. -------------------------------
  33. 2. IRC Commands and ircle Menus
  34. -------------------------------
  35. Traditionally, IRC is controlled by typing commands. A line starting with a slash is considered a command. ircle has implemented this behaviour instead of a mouse-driven environment for simplicity and user-interface compatibility to other IRC clients. Certain frequently used commands can be reached via menus. These, however, do just paste the commands into the input line and thus are shortcuts for typing the commands.
  36. The File menu has items for opening a connection, closing the topmost window (this will leave a channel), opening/closing a logfile and setting Preferences and the Quit command.
  37. The Edit menu has the Copy and Paste items. Text in a window can be selected and copied, then pasted into the input line.
  38. The Commands menus contain selected IRC commands. They get just pasted into the input line and are shortcut for convenience.
  39. The Shortcuts menu provides a means for user-defined shortcuts. They can be defined in a dialog box and called via Command-0 through 9. Note that new settings work only after closing the dialog box.
  40. The Font menu lets you set your preferred font and size. This will affect the currently active window and all new windows opened afterwards. It also gets stored in the Preferences file.
  41. The Windows menu contains the titles fo the active windows for direct selection.
  42.  
  43. Preferences settings
  44. --------------------
  45. Preferences settings are stored in a preferences file. You can start ircle with particular settings by double-clicking on the preferences file. Otherwise, you will be prompted for a new file to store the settings in.
  46. The settings are:
  47. Server: The server you want to connect to. This has to be a numeric IP address or a full host.domain name.
  48. Port: Usually 6667, when in doubt check with your server administrator.
  49. Nickname: The nickname you want to start with.
  50. Mail address: You should specify your login name or mail address on a fully qualified (with domain) machine. Some servers check if this address exists (not tested by me).
  51. Real name: Your real name (or whatever evil thing you want to look like your real name)
  52. Auto-Exec: You can specify a sequence of commands that get executed on startup. These are prefixed by / and separated by ; 
  53. (example: /join #myChannel;/topic #myChannel I'm on irc again!)
  54. Notifications: when messages appear in an inactive window, or in any window while ircle is running in the background, you will get alerted by a sound and/or blinking menu bar item, as you can select by checking these boxes.
  55.  
  56. Description of IRC Commands
  57. ---------------------------
  58. The following commands are currently available: (x) = untested. 
  59. * = operator command, untested and opers should know them anyway :-)
  60. /admin nick 
  61.        server      Shows administrative info
  62. /away message      Marks you as being away (no message = not away)
  63. /bye message       Displays message and quits IRC
  64. /broadcast message Sends a message to all of your windows
  65. /channel channel   Join a channel
  66. /cmdchar c         Changes the command-prefix (default /) to the given character
  67. /connect           * Connect two servers
  68. /ctcp target command  Issues a CTCP command. Do /ctcp target clientinfo for more info.
  69. /date              display date/time (x)
  70. /dcc command nick  Issues a DCC command (explained below).
  71. /die               * Shut down a server
  72. /exit message      =/bye
  73. /hash              * Reconfigure a server
  74. /host              (x)
  75. /ignore pattern    ignore messages from nick!user@host (may contain wildcards)
  76.         +pattern   ignore and give the ignored a notice
  77.         -pattern   removes a pattern from the ignore list
  78. /info              gives info about server
  79. /invite nick channel invites nick to channel
  80. /join channel      =/channel
  81. /kick channel nick kicks nick from channel
  82. /kill nick         * kicks nick out of IRC
  83. /leave channel     leave a channel
  84. /links             show server connections
  85. /list              list channels
  86.       -min n       list only channels with minimum of n users
  87.       -max n                          ...  maximum of n users
  88.       -public      list only public channels
  89.       -private           ... private channels
  90.       -local             ... local channels
  91.       -global            ... global channels
  92.       -topic             ... channels with topic
  93. /lusers            display statistics
  94. /me action         sends an action description
  95. /mode channel par  set channel mode
  96.               +p   private channel
  97.               +s   secret channel
  98.               +i   invite-only channel
  99.               +m   moderated channel
  100.               +n   no messages from outside channel
  101.               +t   only channel op may set topic
  102.               +l n channel may hold at most n users
  103.         +v nick    let nick speak on moderated channel
  104.         +b nick    ban nick
  105.         +k key     set channel password
  106.         +o nick    nick becomes channel op
  107.               -x   removes flag x, where x is one of the above
  108. /mode nick par     set user mode
  109.               +i   invisible user
  110.               +s   receive server notices
  111.               +w   receive wallops
  112. /motd              show message-of-the-day
  113. /msg nick message  Sends a private message
  114. /names channel     List users on channel
  115. /nick newnick      Change your nickname
  116. /note              (x)
  117. /notice            (almost) like /msg
  118. /notify nick       Adds nick to notification list (show each signon/off)
  119.         -nick      removes nick from notification list
  120. /oper              become operator *
  121. /part channel      =/leave
  122. /query nick        open window for private messages to nick
  123. /quit message      =/bye
  124. /rehash            * Reconfigure a server
  125. /restart           * Restart a server
  126. /server srvadr     Switch to a different server
  127. /signoff message   =/bye
  128. /squit             * Remove a link between servers
  129. /stats             Statistical info
  130. /summon user@host  Invites user@host to IRC (host must be running a server)
  131. /time              =/date
  132. /topic channel text Set a channel topic
  133. /trace             (x)
  134. /type              Type a text file to the current channel
  135. /users             (x)
  136. /version           Show server version
  137. /wallops message   Message to all operators (deprecated)
  138. /who channel       List people on channel
  139. /whois nick        Give information about user
  140. /whowas nick       Give information about user having gone
  141.  
  142. Valid commands for /dcc are:
  143. chat  - requests CHAT connection for nick or answers such a request
  144. send - send a file; tsend - send a text file
  145. get - receive a file (to be answered to a SEND request); tget - receive a text file
  146. list - list all DCC connections.
  147.  
  148. -----------------
  149. 3. Hints & Advice
  150. -----------------
  151. More information on IRC commands can be found in the 'ircle Users manual' and 'IRC Advice' files and probably in the help files for the IRCII client (but note that IRCII has a number of commands for programmability that ircle has not).
  152. When selecting a non-proportional font keep in mind that IRC was originally designed for text terminals and some commands and messages assume a fixed-size screen. That may make output look strange in some situations.
  153. This client uses the ISO Latin-1 8-bit character set and converts Macintosh special characters to this code. (If you find conversion errors let me know!) Some characters can not be converted and will be mapped to nonsensical characters. This also holds for DCC tsend/tget which are text-mode versions of send/get.
  154. New users should check the file 'IRC Advice'.
  155.  
  156. ----------------------------------
  157. 4. General notes, Copyright Notice
  158. ----------------------------------
  159. This program was written by Olaf Titz (s_titz@ira.uka.de), July 1992-July 1993. You may use, copy and distribute it under the terms and conditions of the GNU General Public License, see the file COPYING that should have accompanied this program. Be sure to include the file COPYING when distributing this program.
  160.  
  161. Copyright (c) 1992,93 Olaf Titz.
  162. Some parts of this program written by Peter N. Lewis, (C) 1992.
  163. Written and compiled using THINK Pascal 2.0.1, thus Portions Copyright (C) 1988 Symantec Corp.
  164.  
  165. THIS PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 
  166.  
  167. System requirements: any Mac with System version greater 6.0 and the MacTCP driver.
  168.  
  169. This client is to fit version 2.7 and 2.8 servers. All commands and features obsoleted by 2.7 are taken out (as should be all obsolete servers by now).
  170. Not all commands have been tested; there may still be some bugs, feel free to report them to me (or the alt.irc newsgroup). 
  171.  
  172. I called this ircle with a German -le suffix and spelled uncapitalized because it is rather small, and I did not put too much work into it. There are certainly IRC clients with much more functionality around, but this is runs in Mac windows, and after all, it seems to work.
  173. Have fun!
  174.